This function is used to test if the content of the string is a Number.
Parameter
a - A String value to be tested.
Return value
The return value is Boolean.
Examples
NumericText("she is my mother")
NumericText("123456")