Returns True if the input value matches the specified data type.
IsDataType(DataType:String,Input:String):Boolean
DataType is the data type to use. Valid values: boolean, string, integer, float, and datetime.
Input is the string value to test.
IsDataType(123,Integer)
Returns True.