Returns True if the specified value contains only numeric characters (0-9).
IsNumeric(String: String,AllowBlanksAsNumeric:Boolean):Boolean
String is the string value to test.
AllowBlanksAsNumeric specifies whether to allow a blank value to be considered a string. The default value is False.
IsNumeric(12345)
The return value is True.