Returns True if the specified string contains only numbers 0 to 9. The optional parameter AllowBlanksAsNumeric allows the function to return True for a blank string. The default for the parameter is False.
IsNumeric(AString: String, [AllowBlanksAsNumeric]): String
IsNumeric(12345)
The return value is True.