what is the quickect check if all values in array are numeric ?



I must check big arrays if they are 100% filled with numeric values.
The only way that comes to my mind is foreach and then is_numeric for every value, but is that the fastest way ?