TESTS
Numeric arguments can be specified as
+n for greater than n,
-n for less than n,
n for exactly n.
So it would be find . -type f -size +1000000c
HTH