Syntax: NUMERIC (string)Defn: A CI evaluator function that determines whether or not a string consists entirely of digits.Type: BooleanExample: numeric('12345')Result: TRUEExample: numeric('$a234ef')Result: FALSE