Splits the input string into an array of integers, breaking the string up where possible. For example, the string ' 1 -2-3 --4 - 5:6:789- 10' will split into the array [1,-2,-3,-4,5,6,789,10].