I was wondering that in the process of checking if a number is a prime number, would it be reasonable to suggest that if it cannot be divided by 2, 3, 5, 7 or 9 then it could be considered a prime number?
My maths is not the greatest so I am going off the premise that any number greater than a single digit can be divided by those 4 numbers if not a prime?
No it does not work that way. For example $11$ is a prime, and $13$ is a prime. $11\times13=143$ is not a prime, but can neither be devided by $2,5,7,9$, or any other number which isn't $11$ or $13$.