Method: Is Numeric
Function name: isnumeric
Parameter list: CHAR input
Return type: Boolean
What the method does: Checks a character value for non-numeric characters. This method checks every (Unicode) character and returns “false” if any character is not a numeric digit, else it returns “true” if the string contains all numeric digits.