Unfortunately, that will Not work!
You cannot pass multiple integer values to the Subreport's datasource (Command Object or Stored Proc).
You can create a formula that converts the numbers to string and pass this concatenated string to the Stored Proc. You would need to modify the Stored Proc to accept string values instead.
-Abhilash