Got it!
function main()
{
var input = arguments[0];
var values = input.split(',')
return values;
}
So I configure the matrix to have a ',' separator between each value (integer, 3 digits), output the string in a trigger text actor then to the javascript actor with this code. Work perfectly for me.
Thanks you.